Avoid crashing due to closing of font whose driver pointer is NULL.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Dec 2013 09:16:10 +0000 (11:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Dec 2013 09:16:10 +0000 (11:16 +0200)
commit5ef71d69075ec4dfd8490ef82a248c7f5f28ebe3
treeaadf3a2eb57b4756c5578480b6fc21b0ccd333e0
parente0db560b311990b00478d4ad1fe0adc6ff8d017c
Avoid crashing due to closing of font whose driver pointer is NULL.

 src/alloc.c (cleanup_vector): Don't call the font driver's 'close'
 method if the 'driver' pointer is NULL.
src/ChangeLog
src/alloc.c